omap3: allow dynamic selection of gfx_format
authorNikita Kiryanov <[email protected]>
Wed, 30 Jan 2013 21:39:55 +0000 (21:39 +0000)
committerTom Rini <[email protected]>
Fri, 8 Mar 2013 21:41:13 +0000 (16:41 -0500)
commitbcc6cc9b3777f0c7246ff441f1d275552109713e
treec3889b03d88d3da377ae0bd74b7911ea717ecdd2
parentbc84b18f7512b979c3ee2917a372bde56cc13aa5
omap3: allow dynamic selection of gfx_format

Currently, omap3_dss_panel_config() sets gfx_format to a value that is hardcoded
in the code. This forces anyone who wants to use a different gfx_format to make
adjustments after calling omap3_dss_panel_config(). This could be avoided if the
value of gfx_format were parameterized as input for omap3_dss_panel_config().

Make gfx_format a field in struct panel_config, and update existing structs to
set this field to the value that was originally hard coded.

Cc: Wolfgang Denk <[email protected]>
Cc: Jeroen Hofstee <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Signed-off-by: Nikita Kiryanov <[email protected]>
Signed-off-by: Igor Grinberg <[email protected]>
arch/arm/include/asm/arch-omap3/dss.h
board/htkw/mcx/mcx.c
board/teejet/mt_ventoux/mt_ventoux.c
board/ti/beagle/beagle.h
drivers/video/omap3_dss.c